home *** CD-ROM | disk | FTP | other *** search
- /*
- * Duplicate_Objects.fw
- *
- * USAGE: Duplicate_Objects.fw
- *
- * HISTORY:
- * v1.01 aligned with the new server design v1.10
- *
- * $(C): (1994, Rocco Coluccelli, Bologna)
- * $VER: Duplicate_Objects.fw 1.01 (30.Nov.1994)
- */
-
-
- oleport = 'OLE_SERVER'
- olerexx = 'OLE.rexx'
-
- userport = ADDRESS()
- userscreen = 'Workbench'
- module1 = 'DupObjects.ole'
- module2 = 'DupObjects.fw'
-
- IF ~SHOW('P',oleport) THEN DO
- ADDRESS COMMAND
- "Run >NIL: Rx" olerexx
- "WaitForPort" oleport
- END
-
- CALL SendParsed(oleport,'NEWJOB',userport,userscreen,module1,module2)
-
- EXIT 0
-